home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / dcc_chat < prev    next >
Encoding:
Text File  |  2001-03-21  |  544 b   |  20 lines

  1. Synopsis:
  2.    on [<modes>]dcc_chat [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client receives a message across a
  6.    DCC CHAT connection.
  7.  
  8. Parameters:
  9.    $0    nickname of the message sender
  10.    $1-   message received
  11.  
  12. See Also:
  13.    dcc(1) chat; msg(1); on(5) send_dcc_chat
  14.  
  15. Other Notes:
  16.    DCC falls outside of the irc protocol, and as such there are no
  17.    restrictions on automated replies.  This creates the potential for
  18.    uncontrolled looping, so caution is advised.
  19.  
  20.